home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Documents / OOPClass / Examples / DrawTests / DPSUserPath / English.lproj / DPSUserPath.nib~ / data.classes next >
Encoding:
Text File  |  1992-08-12  |  264 b   |  20 lines

  1. DPSUPView = {
  2.     ACTIONS = {
  3.     newBackgroundGray:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = MouseView;
  8. };
  9. MouseView = {
  10.     ACTIONS = {
  11.     setTrackingRect:;
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20.